home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / Music Util v1.5 TPL.adf / NoiseTracker.doc < prev    next >
Text File  |  1989-11-05  |  9KB  |  222 lines

  1.  
  2. ----------------------------------------------------------------------------
  3. - NoiseTracker V1.1 - An improved version of MnemoTroN's Soundtracker V2.3 -
  4. -   Made by Mahoney & Kaktus - Northstar & Silents in July - August 1989   -
  5. ----------------------------------------------------------------------------
  6.  
  7.                       - This tracker is non-polluting -
  8.  
  9. Text by Mahoney ...
  10.  
  11. Since I'm so tired of the old ST-instructions, I'll just short take my part
  12. of the improvements here. If you're not into how to use the Soundtracker, read
  13. the old V2.3 instructions, 
  14.  
  15. Here's a short list of what I've done ... (V1.0)
  16.  
  17. * Removed the Format Disk-option (It wasn't reliable)
  18. * Inserted Load Sample-function (good if haven't done a PLST!)
  19. * Corrected the replayroutine (now works with all instruments)
  20. * An IFF-handler routine (should take damaged IFFs, too)
  21. * Improved inputhandler.
  22. * Reinserted song-pack on/off (I used it in the Sounds of Gnome)
  23. * Possibility to change the Module-directory.
  24. * Change instrument with the numeric-pad.
  25. * Play/Patt/Stop/Edit/Rec from the keyboard.
  26. * Simple transpose-function.
  27. * Two new song-commands (tone-portamento & vibrato)
  28. * Great PLST-screen with simple searchroutine.
  29. * Now you can change PLST in the tracker.
  30. * Change Pattern & Position from the keyboard.
  31. * Sounds looped just like in Audiomaster & Sound FX.
  32. * Modulelength & free chipmem displayed.
  33. * All known bugs corrected.
  34.  
  35. NoiseTrackerV1.1 improvements:
  36.  
  37. * Safer loadingroutines.
  38. * Restart pointer for your song.
  39. * Removed Use Pset. (use the PLST-screen instead)
  40. * Debugged IFF-handler.
  41. * Safer memoryhandler.
  42.  
  43. -----------------------------------------
  44. -             The keyboard.             -
  45. -----------------------------------------
  46.  
  47.         Esc - Exits DiskOp & PLST
  48.          F1 - Chooses low octaves
  49.          F2 - Chooses high octave
  50.  shift + F3 - Cut voice to buffer
  51.  shift + F4 - Copy voice to buffer
  52.  shift + F5 - Paste voice from buffer
  53.    alt + F3 - Cut whole pattern to buffer
  54.    alt + F4 - Copy whole pattern to buffer
  55.    alt + F5 - Paste pattern from buffer
  56.          F6 - Go to patternposition 0
  57.          F7 - Go to patternposition 16
  58.          F8 - Go to patternposition 32
  59.          F9 - Go to patternposition 48
  60.         F10 - Go to patternposition 63
  61.  
  62.         Help - Go/exit PLST
  63.        Space - Toggle between Stop/Edit-mode
  64.  right Amiga - Play Pattern
  65.    right Alt - Play Song
  66.  right Shift - Record
  67.  
  68.    alt + cursor right - increase pattern-number
  69.     alt + cursor left - decrease pattern-number
  70.  shift + cursor right - increase song-position
  71.   shift + cursor left - decrease song-position
  72.  
  73.   shift + Tab - Transpose selected instrument in voice one halfnote up.
  74.  shift + Ctrl - Transpose selected instrument in voice one halfnote down.
  75.     alt + Tab - Transpose selected instrument in pattern one halfnote up.
  76.    alt + Ctrl - Transpose selected instrument in pattern one halfnote down.
  77.  
  78.  Caps Lock - ????????? (Haha!)
  79.  
  80. * Numeric pad:
  81.          0 - Select instrument $0
  82.  upper row - Select instrument $1-$4
  83.    2nd row - Select instrument $5-$8
  84.    3rd row - Select instrument $9-$c
  85.    4th row - Select instrument $d-$10
  86. Enter (still on the numeric) + the other keys selects instruments $10-$1f
  87.  
  88. -----------------------------------------
  89. * Restart-pointer - This is the position where the song will restart when
  90.                    the tune is finished.As simple as that ...
  91.  
  92. * New inputroutine - This routine should work like any text-processor,and
  93.                      not, like before, clear the whole row and let you
  94.   retype it again to edit.You can use the cursor left/right,backspace and
  95.   delete. By pressing the right button, you'll clear the row.
  96.  
  97. * Corrected Loop-values - All since the very first Soundtracker by K.O. 
  98.                           there has been a bug in the replay-routine. 
  99.  (both in the tracker and the replay) The tracker calculated the loopstart
  100.   in bytes, and not in words as it's written into the instrument-list. All
  101.  this means that in the later Soundtrackers, you couldn't loop the whole
  102.  sample. To use your old loop-values (from ANY other tracker) you should
  103.  divide your Repeat-value by 2. (fex. $07e0/2 = $03f0) If you want to save
  104.  memory,decrease the length of your looped sample until it stops.This will
  105.  save only the used part of the sample in the module.
  106.  
  107. * PLST-screen - You enter this screen either by pressing the PLST-button,
  108.                 or by pressing the Help-key. Here you've got the number of
  109.   samples currently in the preset-list,a load PLST-button, an exit-button,
  110.   three search-disks and a mountlist-button. By pressing the mount-button,
  111.   you'll get a preset-list with only those disk(s) mounted. You can also
  112.   type the disknumber yourself. Then, simply press your sample to load it
  113.   into the current instrument.
  114.  
  115. * Disk Operation - Here you've got the old familiar Load/Save/Del song and
  116.                    module + Save sample.The new is the Load sample-option,
  117.   the reinserted Pack on/off and the module-directory. To change the 
  118.  moduledir, just press it and type the new dir. Be sure to have either a :
  119.  after a diskname, or a / after a directory, fex DF0:
  120.  Only modules with the prefix 'mod.' can be loaded, to prevent you from
  121.  trying to load something else that isn't a module. Do also note that you
  122.  can't edit anything while in DiskOp. Do NOT have two ST-00 in your drives
  123.  simultaneous,because that will confuse your computer.
  124.  
  125. * Song-commands -
  126.  
  127. Here you've got them:
  128.  
  129.     0 - arpeggio
  130.     1 - portamento up
  131.     2 - portamento down
  132.     3 - Tone-portamento
  133.     4 - Vibrato
  134.     A - Slide volume
  135.     B - Position jump
  136.     C - Set volume
  137.     D - Pattern break
  138.     E - Set filter (keep the led off, please!)
  139.     F - Set speed (now up to $1F)
  140.  
  141.  $0 Arpeggio  -  $0 + second halfnote-add + third halfnote-add
  142.       This command will produce a one-channel chord. No comments.
  143.      C-3 00037   produces a minor-chord
  144.      C-3 00047   produces a major-chord
  145.  
  146.  $1 Portamento up  -  $1 + portamentospeed
  147.       This commans slides the pitch up.
  148.      C-3 00103   1 is the command, 3 is the speed.
  149.  
  150.  $2 Portamento down  -  $2 + portamentospeed
  151.       This command slides the pitch down.
  152.      C-3 00203   2 is the command, 3 is the speed.
  153.  
  154.  $3 Tone-portamento  -  destination-note + $3 + speed
  155.       This will automatically slide from the old note to the new. To keep on
  156.       sliding, just select the command 3. Try it out yourself, and I'm
  157.       sure you'll understand a little bit better.
  158.      C-3 00305   C-3 is the note to slide to, 3 the command and 5 the speed.
  159.  
  160.  $4 Vibrato  -  $4 + vibratospeed + vibratosize
  161.      C-3 00481   4 is the command, 8 is the speed of the vibrato and 1 is the
  162.       size of the vibrato.
  163.      To keep on vibratoing (?) just select the command 4.
  164.  
  165.  $A Volume-slide  -  $A + upslidespeed + downslidespeed
  166.      C-3 00A05   5 is the speed to turn down the volume
  167.      C-3 00A40   4 is the speed to slide it up.
  168.  
  169.  $B Position-jump  -  $B + song-position to continue at
  170.      C-3 00B01   1 is the place to restart the song at.
  171.       This command will also perform a pattern-break.
  172.  
  173.  $C Set volume  -  $C + new volume
  174.       Well, this old familiar command will set the current volume to your
  175.       own selected. The highest volume is $40. All volumes are represented
  176.       in hex. (Programmers do it in hex, you know!)
  177.      C-3 00C10   C is the command, 10 is the volume.
  178.  
  179.  $D Pattern-break  -  $D + nothing
  180.       Sure simple, this magic thing will end your pattern and go on with the
  181.       next one.
  182.      C-3 00D00   D in the command, all others are a waste of memory.
  183.  
  184.  $E Set filter  -  $E + filter-status
  185.       This command jerks around with the sound-filter on some A500 + A2000.
  186.       All other Amiga-users should keep out of playing around with it.
  187.      C-3 00E01   disconnects filter (turns LED off)
  188.      C-3 00E00   connects filter (turns LED on) * please keep LED off!
  189.  
  190.  $F Set speed  -  $F + speed
  191.       This will change the speed of your tune. (how fast your patterns will
  192.       roll ...) Speeds from $01 - $1f are allowed.
  193.      C-3 00F07   sets speed to 7
  194.  
  195.  
  196. * Replay-source -
  197. -----------------------------------------
  198.  
  199. On this disk you should find a file called "NoiseReplay.s". That is just
  200. as you suspected, a little neat source to play your home-made tunes. Simply
  201. read it into your favorite Seka, read your module to the label "mt_data",
  202. call the sub-routine "mt_init" first and then to "mt_music" every frame.
  203. When you exit your demo, call the routine "mt_end" to stop the sound.
  204. This replay-routine is not interrupt-driven. 
  205. Use only the right replay to the right NoiseTracker. ReplayV1.1 will not work
  206. properly with tunes saved with V1.0,and ReplayV1.0 won't go with TrackerV1.1
  207. Tunes can only be converted from V1.0 to V1.1 and not back again. 
  208.  
  209. * Comments -
  210.  
  211. This tracker took about four weeks to complete. And the improvements from V1.0
  212. to V1.1 took exactly 4 hours. We really hope you like it. Anyway, the best
  213. thank you can give us is by using our tracker. If you have something VERY
  214. importany to tell us, write to a swapper in NorthStar and beg for our adress.
  215. Otherwise, get our musicdisk II, Sounds of Gnome, and you'll find it there.
  216. Note that we do not swap anything (not even our own productions). We don't
  217. want to spend all our money on stamps. If you want some of our latest things,
  218. swap with NorthStar and NOT with us. 
  219.  
  220. Signed - Mahoney & Kaktus/HallonSoft 1989
  221.  
  222.